home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / eedsrc24.zip / EEP24SRC.ZIP / EELOAD.H < prev    next >
C/C++ Source or Header  |  1990-09-03  |  405b  |  15 lines

  1. /*****************************************************************************
  2. *   Module to load EEDraw files.                         *
  3. *                                         *
  4. * Written by:  Gershon Elber            IBM PC Ver 1.0,    Oct. 1989    *
  5. *****************************************************************************/
  6.  
  7. #ifndef EELOAD_H
  8. #define EELOAD_H
  9.  
  10. #define FILE_EXTENSION ".EED"
  11.  
  12. void LoadEEFile(FILE *f);
  13.  
  14. #endif EELOAD_H
  15.